home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / Networking / SANA-II / driver_docs / slip0.config < prev   
Encoding:
Text File  |  1992-11-11  |  866 b   |  25 lines

  1. #
  2. # This file is the configuration file for the SANA-II SLIP
  3. # driver.  It only contains one config line (aside from
  4. # the comments).  The format of the line (in ReadArgs()
  5. # style) is:
  6. #
  7. # SERNAME/A,SERUNIT/A/N,SERBAUD/A/N,IPSTR/A,CD=CARRIERDETECT/S,7WIRE/S
  8. #
  9. # SERNAME - The name of the serial device to use.
  10. #
  11. # SERUNIT - The unit number for the serial device.
  12. #
  13. # SERBAUD - The baud rate to use with the serial device.
  14. #
  15. # IPSTR      - The IP address of the SLIP Device
  16. #
  17. # CD=CARRIERDETECT - If specified, causes the slip.device to pay attention
  18. #                    to the status of the carrier detect line.  If this isn't
  19. #             specified, slip.device ignores the CD signal.
  20. #
  21. # 7WIRE   - If specified, causes slip.device to use seven wire handshaking
  22. #        with the modem (strongly recommended for high baud rates).
  23. #
  24. serial.device 0 38400 135.7.20.2 CD 7WIRE
  25.